Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / GetPdfFileResult Method / GetPdfFileResult(List<Int32>,String,PdfSecurity) Method
The password to encrypt pdf file


In This Topic
    GetPdfFileResult(List<Int32>,String,PdfSecurity) Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetPdfFileResult( _
       ByVal sheet As List(Of Integer), _
       ByVal fileName As String, _
       ByVal pdfSecurity As PdfSecurity _
    ) As ResponseFileContent
    'Usage
     
    
    Dim instance As FpSpread
    Dim sheet As List(Of Integer)
    Dim fileName As String
    Dim pdfSecurity As PdfSecurity
    Dim value As ResponseFileContent
     
    value = instance.GetPdfFileResult(sheet, fileName, pdfSecurity)
    protected ResponseFileContent GetPdfFileResult( 
       List<int> sheet,
       string fileName,
       PdfSecurity pdfSecurity
    )

    Parameters

    sheet
    fileName
    pdfSecurity
    The password to encrypt pdf file
    See Also